home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000135_news@columbia.edu_Fri Apr 14 16:17:52 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03480
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 14 Apr 1995 12:18:00 -0400
  3. Received: by apakabar.cc.columbia.edu id AA10526
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 14 Apr 1995 12:17:58 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help - MSKermit, WFW 3.11 and missing COM port?
  9. Date: 14 Apr 1995 16:17:52 GMT
  10. Organization: Columbia University
  11. Lines: 19
  12. Message-Id: <3mm77g$a8r@apakabar.cc.columbia.edu>
  13. References: <3mlt7o$hh0@lucy.infi.net>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3mlt7o$hh0@lucy.infi.net>, Bruce Tarr <btarr@infi.net> wrote:
  18. : I have seen several 486 PCs with DOS 6.22, WFW 3.11 and Kermit 3.11 have
  19. : this same problem:  When Kermit is first executed after rebooting, and
  20. : sometimes at other random times, the COM2 port is reported as not found and
  21. : the port defaults to BIOS2.  This provides very slow response times and
  22. : sometimes hangs the machines.  If you simply exit the Kermit program and
  23. : try again, it always connects to the COM port correctly.  The problem has
  24. : never appeared under DOS.  The machines have COM1 and COM2 ports and no
  25. : other devices are using IRQ 4 or 3.  Any known solutions, work arounds or
  26. : comments will be appreciated.  
  27. Windows is running roughshod over the BIOS communications area.  See
  28. KERMIT.BWR for a detailed technical explanation.  To fix the BIOS
  29. communications area, give the following command to Kermit before telling
  30. it to SET PORT COM2:
  31.  
  32.   SET COM2 \x2f8 3
  33.  
  34. - Frank